type github.com/jackc/pgx/v5/pgconn.pipelineRequestType

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2276: type pipelineRequestType int
		pgconn.go#L2279: 	pipelineNil pipelineRequestType = iota
		pgconn.go#L2290: 	RequestType       pipelineRequestType
		pgconn.go#L2299: 	lastRequestType            pipelineRequestType
		pgconn.go#L2333: func (s *pipelineState) PushBackRequestType(req pipelineRequestType) {
		pgconn.go#L2351: func (s *pipelineState) ExtractFrontRequestType() pipelineRequestType {